home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / tobby_ur.swf / scripts / DefineButton2_177 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-11-09  |  73 b   |  5 lines

  1. on(press){
  2.    _root.gStageNum = 3;
  3.    _root.gotoAndplay("gameIn");
  4. }
  5.